object TracePollForm: TTracePollForm Left = 70 Top = 84 BorderStyle = bsDialog Caption = 'Poll Information' ClientHeight = 269 ClientWidth = 522 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object bOK: TButton Left = 368 Top = 232 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object Field: TMemo Left = 8 Top = 8 Width = 505 Height = 213 TabStop = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssBoth TabOrder = 1 end end